home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / Mpj2WebHelp.dll / RCDATA / 22001 < prev    next >
Encoding:
Text File  |  2000-08-03  |  1.1 KB  |  31 lines

  1. <html>
  2.  
  3. <head>
  4. <title>%%TITLE%%</title>
  5. </head>
  6. <SCRIPT LANGUAGE="JavaScript">
  7. var browser=navigator.appName;
  8. var getver = navigator.appVersion.substring(0, 1);
  9. var platform = navigator.platform;
  10. if ((browser.substring(0, 9) == "Microsoft") && (getver >= 4) && (platform == "Win32"))
  11. {
  12. document.write("<frameset cols='260,100%' framespacing=0  frameborder=0>")
  13. document.write("<frame src='whietoc.htm' name='left' scrolling='no'>")
  14. document.write("<frame src='%%FIRSTTOPIC%%' name='right' scrolling='auto'>")
  15. document.write("</frameset>")
  16. }
  17. else //not IE4 or greater
  18. {
  19. if ((navigator.appName == "Netscape") && (getver >= 4)) {
  20.     while (document.readyState < 4) {}
  21.     for (i = 1; i <= 500; i++) { 
  22.         status = 'Preparing Netscape Java VM (' + Math.round(i/50)*10 + ' percent)';
  23.     }
  24. }
  25. document.write("<FRAMESET COLS=250,* FRAMEBORDER=0>")
  26. document.write("    <FRAME NAME='left'  SRC='whtoc.htm' MARGINHEIGHT=1 MARGINWIDTH=0 SCROLLING=auto>")
  27. document.write("    <FRAME NAME='right' SRC='%%FIRSTTOPIC%%' SCROLLING=auto>")
  28. document.write("</FRAMESET>")
  29. }
  30. </SCRIPT>
  31. </html>